Fixed Division

FixedDiv

function FixedDiv(A, B, TFixed): TFixed;

This is the same as using MulDiv(A, $10000, B).

See Also

Fixed Point Math, TFixed, Fixed Multiply